home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Information / WebSites / Eyetech / DOWNLOAD / BVISI013.LHA / Changes.txt next >
Text File  |  1998-08-08  |  2KB  |  39 lines

  1. Changes for 2.7
  2.  
  3. - "CyberGraphX style" double/triple buffering using vport scrolling on a single
  4.   bitmap didn't  work at all. This should be fixed now.
  5. - reworked the complete vblank handler since it did not work as expected. OS3
  6.   style double buffering should work properly now and dbuf messages should be
  7.   send properly sync'ed with the frame rate.
  8. - modified driver init code to fix some problems at startup
  9. - interlace modes are now automatically filtered when loaded because
  10.   CVisionPPC does not support interlace resolutions
  11. - (hopefully) fixed some scrolling bugs introduced in 2.6
  12. - the driver now limits the cgxmode pixelclock maximum to 100mhz in 32bit mode
  13.   and to 145mhz in 24 bit packed pixel mode
  14.  
  15. Changes for 2.6
  16.  
  17. - fixed autoscroll bug in 16/24/32bit modes
  18. - added tooltype BITMAPCACHE=(YES|NO) to enable/disable caching of
  19.   bitmaps. Defaults to YES.
  20. - added support for caching of displayable friend bitmaps e.g. smart refresh
  21.   layer bitmaps. This should speed up refresh of obscured smart refresh layers.
  22.   Requires at least cgxsystem.library 41.20
  23. - added tooltype PACKED24=(YES|NO) to enable packed pixel mode
  24.   for 24bit resolutions. This allows higher refresh rates and
  25.   requires less memory. As a drawback, some accelerated
  26.   graphics operations and cpu rendering slows down. The tooltype
  27.   defaults to NO.
  28.   Since the packed pixel 24bit mode uses different display IDs you have to
  29.   change your screen mode settings if you have used the default 24bit mode
  30.   before
  31. - added support for 1280x1024x32bit resolution with 8mb cards
  32. - added acceleration support for non visible bitmaps
  33. - added support for accelerated pattern fills
  34. - added support for accelerated solid mask fills
  35.  
  36. Changes for 2.5
  37.  
  38. - initial release
  39.